home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sterown / inne / mozart60 / oak.bat < prev    next >
DOS Batch File  |  1996-09-11  |  863b  |  34 lines

  1. echo off
  2. cls
  3. :start
  4. if "%1"=="" goto use
  5. call mztvol /3
  6. %comspec% /c %1
  7. call mztvol
  8. goto end
  9. :use
  10. echo.
  11. echo    Before you run any application which require this batch file, copy
  12. echo    OAK.BAT into the Mozart directory.  Make sure the Mozart directory
  13. echo    is in the path of the Autoexec.bat file in the root directory.
  14. echo    Do the following to add the Mozart directory in the path:
  15. echo.
  16. echo    At the DOS Prompt, type in
  17. echo.
  18. echo      EDIT C:\AUTOEXEC.BAT
  19. echo.
  20. echo    At the end of the line of the PATH statement, type in
  21. echo.
  22. echo      ;C:\MZTOAK;
  23. echo.
  24. echo    Save the file and reboot the system.
  25. echo.
  26. echo.
  27. echo    To run the application with the batch file, go to the application
  28. echo    directory.  At the DOS Prompt type in OAK and then the executable
  29. echo    filename of that application.
  30. echo.
  31. echo    For example,     OAK <FILENAME>
  32. echo.
  33. :end
  34.